Class FeldTest

java.lang.Object
de.aoksystems.da.kernpruefung.bausteine.FeldTest

public class FeldTest extends Object

FeldTest class.

  • Constructor Details

    • FeldTest

      public FeldTest()

      Constructor for FeldTest.

  • Method Details

    • testCtor1

      @Test public void testCtor1()
      Test of ctor, of class Feld. Mandatory kName (!=null)
    • testCtor2

      @Test public void testCtor2()
      Test of ctor, of class Feld. Mandatory kName (!="")
    • testCtor3

      @Test public void testCtor3()
      Test of ctor, of class Feld. Mandatory lName (!=null)
    • testCtor4

      @Test public void testCtor4()
      Test of ctor, of class Feld. Mandatory lName (!="")
    • testCtor5

      @Test public void testCtor5()
      Test of ctor, of class Feld. defLen
    • testCtor6

      @Test public void testCtor6()
      Test of ctor, of class Feld. defLen
    • testCtor7

      @Test public void testCtor7()
      Test of ctor, of class Feld. content
    • testGetKurzName

      @Test public void testGetKurzName()
      Test of getKurzName method, of class Feld.
    • testGetLangName

      @Test public void testGetLangName()
      Test of getLangName method, of class Feld.
    • testGetTyp

      @Test public void testGetTyp()
      Test of getTyp method, of class Feld.
    • testGetLength

      @Test public void testGetLength()
      Test of getLength method, of class Feld.
    • testGetDefinedLength

      @Test public void testGetDefinedLength()
      Test of getDefinedLength method, of class Feld.
    • testGetContent

      @Test public void testGetContent()
      Test of getContent method, of class Feld.
    • testGetTrimmedContent

      @Test public void testGetTrimmedContent()
      Test of getTrimmedContent method, of class Feld.
    • testToString

      @Test public void testToString()
      Test of toString method, of class Feld.